home *** CD-ROM | disk | FTP | other *** search
- Date: Tue, 26 Jul 94 20:04 CDT
- From: ekl@sdf.lonestar.org (Evan K. Langlois)
- To: gem-list@world.std.com
- Subject: Re: Shortcut file
-
- ========================================================================
- if (exist("C:\system\appdef.sys") || exist("C:\appdef.sys"))
- createDefaults();
- ========================================================================
-
- Uhh .. just one slight change. Generally exist() is a pretty useless
- macro. Just open the file, and if it fails, then there was no file.
-
-